How can you pass data from a parent component to a child component in React?
Data can be passed from a parent component to a child component using props. Props are properties that are set by the parent component and received by the child component as function arguments or properties.